home *** CD-ROM | disk | FTP | other *** search
/ Power Hacker 2003 / Power_Hacker_2003.iso / Exploit and vulnerability / w00w00 / sectools / dsniff / options.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-05-19  |  349 b   |  23 lines

  1. /*
  2.   options.h
  3.  
  4.   Global options.
  5.   
  6.   Copyright (c) 2000 Dug Song <dugsong@monkey.org>
  7.   
  8.   $Id: options.h,v 1.2 2000/05/19 05:05:55 dugsong Exp $
  9. */
  10.  
  11. #ifndef OPTIONS_H
  12. #define OPTIONS_H
  13.  
  14. extern u_short    Opt_dns;
  15. extern int    Opt_read;
  16. extern int    Opt_write;
  17. extern int    Opt_snaplen;
  18. extern int    Opt_lines;
  19. extern int    Opt_debug;
  20.  
  21. #endif /* OPTIONS_H */
  22.  
  23.